(easy-mmode-defsyntax): Unquote `doc'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Apr 2001 22:44:57 +0000 (22:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Apr 2001 22:44:57 +0000 (22:44 +0000)
lisp/emacs-lisp/easy-mmode.el

index 0c0d50a3ac95500f0bcdb48d8a34a135b9b56e69..e1cda3bbf737fb54fd9dca9a0a46b498611a0572 100644 (file)
@@ -374,11 +374,10 @@ ARGS is a list of additional keyword arguments."
 ;;;###autoload
 (defmacro easy-mmode-defsyntax (st css doc &rest args)
   "Define variable ST as a syntax-table.
-CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
-"
+CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)."
   `(progn
      (autoload 'easy-mmode-define-syntax "easy-mmode")
-     (defconst ,st (easy-mmode-define-syntax ,css ,(cons 'list args)) doc)))
+     (defconst ,st (easy-mmode-define-syntax ,css ,(cons 'list args)) ,doc)))
 
 
 \f